home *** CD-ROM | disk | FTP | other *** search
/ So Who's Dr. Rabbit? / SWDR_1.iso / pc / swdrmov / pg1415.dxr / 01415 Scripts Int_24_Main Reading Script.ls < prev    next >
Encoding:
Text File  |  1997-07-28  |  173 b   |  11 lines

  1. on exitFrame
  2.   UtilUpdateFrame()
  3.   if soundBusy(2) then
  4.     go(the frame)
  5.   else
  6.     startTimer()
  7.     unLoad(1, the frame - 1)
  8.     UtilGoToFrame(the frame + 1)
  9.   end if
  10. end
  11.